Package com.streamwide.smartms.lib.core.network.voip

Types

Link copied to clipboard
open class MCPTTManager
Created by streamwide on 17/11/16.
Link copied to clipboard
open class STWAmbientListeningCall : STWVCall
Link copied to clipboard
open class STWConferenceCall : STWVCall
Link copied to clipboard
open class STWFreeCall : STWVCall
Link copied to clipboard
open class STWLiveStreamCall : STWVCall
Link copied to clipboard
open class STWPTTCall : STWVCall, IDenyToTransmitChangesFromCug
Link copied to clipboard
open class STWSurfaceView : SwSurfaceView
Link copied to clipboard
abstract class STWVCall
Link copied to clipboard
enum STWVParticipantState
Link copied to clipboard
open class VoipEventParams

Properties

Link copied to clipboard
const val INTER_AS_GROUP_PREFIX: String
Link copied to clipboard
const val RADIO_CHANNEL_PREFIX: String

Functions

Link copied to clipboard
fun STWVCall.getAllVoipParticipants(): Map<Int, List<VoipParticipant>>
Link copied to clipboard
fun getFormattedParticipant(context: Context, participants: List<STWRecipient>?): String?
Link copied to clipboard
fun STWVCall.getVoipParticipantsByState(state: Int): List<VoipParticipant>?
Link copied to clipboard
fun STWVCall.voipParticipantFromMsisdn(msisdns: Array<String>): List<VoipParticipant>